< Prev(J) / Next(K) > / View :

Filename: /text/shared/02/01170201.xhp

(section: allgemein) (bookmark: bm_id3152551)
submitting forms
get method for form transmissions
post method for form transmissions

フォームの送信
フォーム送信用の GET メソッド
フォーム送信用の POST メソッド

General
全般(hd_id3151100.1)

(/section: allgemein)

(variable: wie)To access this command...(variable: wie)この機能の見つけ方

(embed text/shared/00/00040501.xhp#formulareigenschaftenallgemein : linkinfo)

Open context menu of a selected form element - choose Form - General tab
選択したフォーム要素のコンテキストメニュー フォーム...全般 タブ(par_id3150447.97)

Open Form Controls toolbar or Form Design toolbar, click Form icon - General tab
フォームコントロール ツールバーまたはフォームデザイン ツールバーを開き、フォーム アイコン → 全般 タブをクリックします。(par_id3144448.98)

(/embed text/shared/00/00040501.xhp#formulareigenschaftenallgemein)


A form is a text document or spreadsheet with different form controls. If you create a form for a Web page, the user can enter data into it to send over the Internet. The data from the form controls of a form is transmitted to a server by specifying a URL and can be processed on the server.
フォームは、さまざまなフォームコントロールを含む文書ドキュメントまたは表計算ドキュメントです。Web ページ用のフォームを作成すると、ユーザーがフォームにデータを入力したあとそれをインターネット経由で送信できます。URL を指定しておけば、フォームコントロールのデータをサーバーに送信し、サーバー上でそのデータを処理できます。(par_id3153539.23)

Name
名前(hd_id3149283.20)

Specifies a name for the form. This name is used to identify the form in the Form Navigator.
フォームの名前を指定します。この名前によって、フォームナビゲータ内でフォームを区別できます。(par_id3150789.24)

URL
URL(hd_id3152425.33)

Specifies the URL to which the data of the completed form is to be transmitted.
入力されたフォームのデータを送信する URL を指定します。(par_id3147226.34)

Frame
フレーム(hd_id3154751.31)

Defines the target frame in which the loaded URL is to appear.
URL の参照先を表示するターゲットフレームを指定します。(par_id3154823.32)

(embed text/shared/02/01170101.xhp#fuerformulareigenschaft : linkinfo)

If you click the field, you can select an option from the list that specifies into which frame the next document should be loaded. The following possibilities exist:
このフィールドをクリックすると、次のドキュメントを読み込むフレームについて指定するオプションをリストから選択できます。次の設定が可能です。(par_id3150521.62)

Entry
項目(par_id3148814.226)

Meaning
意味(par_id3155500.227)

_blank
_blank(par_id3149408.63)

The next document is created in a new empty frame.
次のドキュメントは空白の新しいフレームにつくられます。(par_id3146770.64)

_parent
_parent(par_id3149771.65)

The next document is created in a parent frame. If no parent exists, the document is created in the same frame.
親、すなわち上位フレームに次のドキュメントを構築します。親がない場合、同じフレームにドキュメントを構築します。(par_id3159143.66)

_self
_self(par_id3151374.67)

The next document is created in the same frame.
同じフレームに次のドキュメントを構築します。(par_id3148600.68)

_top
_top(par_id3153067.69)

The next document is created in a top-level window, that is, in the highest frame of the hierarchy; if the current frame is already a top window, the document is created in the current frame.
トップウィンドウ、すなわち階層の最高位のフレームに次のドキュメントを構築します。スタートフレームが既にトップウィンドウである場合、同じフレームにドキュメントを構築します。(par_id3149174.70)


(/embed text/shared/02/01170101.xhp#fuerformulareigenschaft)

(bookmark: bm_id3145313)

Type of submission
送信の種類(hd_id3152551.27)

Specifies the method to transfer the completed form information.
入力されたフォーム情報を転送する方法を指定します。(par_id3155338.28)

Using the "Get" method, the data of every control is transmitted as an environment variable. They are appended to the URL in the form "?Control1=Content1&Control2=Content2&..."; the character string is analyzed by a program on the recipient's server.
「Get」メソッドを使って、すべてのコントロールのデータを環境変数として送信します。このデータは、「?Control1=Content1&Control2=Content2& ...」の形式で URL に付加され、この文字列が宛先サーバー上のプログラムによって解析されます。(par_id3145065.29)

Using the "Post" method, a document is created from the content of the form that is sent to the specified URL.
「Post」メソッドを使って、指定の URL に送信するドキュメントをフォームの内容から作成します。(par_id3150443.30)

(bookmark: bm_id3154047)

Submission encoding
送信時の符号化(hd_id3147275.26)

Specifies the type for encoding the data transfer.
データ転送で使用するエンコードの種類を指定します。(par_id3159147.35)

Data transfer of control information
コントロール情報のデータ転送(hd_id3155419.36)

When sending a form, all controls available in Office are taken into consideration. The name of the control and the corresponding value, if available, are transmitted.
フォームを送信する際には、Office で使用可能なコントロールすべてを考慮します。転送するのは、かならず、コントロールの名前、そして存在する場合にはそのフィールドに帰属する値です。(par_id3153717.37)

Which values are transmitted in each case depends on the respective control. For text fields, the visible entries are transmitted; for list boxes, the selected entries are transmitted; for check boxes and option fields, the associated reference values are transmitted if these fields were activated.
どの値を転送するかは、コントロールによって違います。テキストボックスの場合は表示されている項目を、リストボックスの場合は選択した項目を、チェックボックスとオプションフィールドの場合はこれらのボックスがアクティブになっている限りそれに帰属する参照値を転送します。(par_id3153252.50)

How this information is transmitted depends on the selected transfer method (Get or Post) and the coding (URL or Multipart). If the Get method and URL encoding are selected, for example, value pairs in the form <Name>=<Value> are sent.
情報の転送方法は、選択した転送方法(Getメソッドあるいは Post メソッド) や符号化(URL あるいは Multipart)によって違います。たとえば、Getメソッドと URL符号化を選択している場合、<名前>=<値>の対で送信します。(par_id3150984.51)

In addition to the controls that are recognized in HTML, Office offers other controls. It should be noted that, for fields with a specific numerical format, the visible values are not transmitted but rather fixed default formats. The following table shows how the data of the Office-specific controls is transmitted:
HTML で知られているコントロールの他に、Office で使えるコントロールもあります。特定の数の書式を持つフィールドの場合、表示されている値ではなく、定義されている固定標準書式が転送されることに注意します。どのように、データが、Office固有のコントロールに転送されるかを以下の表に示します。(par_id3157909.52)

Control
コントロール(par_id3153698.38)

Value Pair
対の値(par_id3153562.39)

Numeric field, currency field
数字フィールド、通貨フィールド(par_id3153823.40)

A decimal separator is always displayed as a period.
小数点は、かならず、ピリオドとして入力します。(par_id3149734.41)

Date field
日付フィールド(par_id3148563.42)

The date format is sent in a fixed format (MM-DD-YYYY), regardless of the user's local settings.
日付書式は、ユーザーのローカル設定とは関係なく、固定書式 (MM-DD-YYYY)として転送されます。(par_id3146794.43)

Time field
時刻フィールド(par_id3149670.44)

The time format is sent in a fixed format (HH:MM:SS), regardless of the user's local settings.
時間書式は、ユーザーのローカル設定とは関係なく、固定書式(HH:MM:SS)として転送されます。(par_id3153779.45)

Pattern field
パターンフィールド(par_id3153361.46)

The values of pattern fields are sent as text fields, that is, the value visible in the form is sent.
パターンフィールドの値は、テキストボックスと同様に転送されます。すなわち、フォーム内の目に見える値が取り込まれます。(par_id3145419.47)

Table control
テーブルコントロール(par_id3150767.48)

From the table control, the individual columns are always transmitted. The name of the control, the name of the column, and the value of the column are sent. Using the Get method with URL encoding, the transmission is done in the form <Name of the table control>.<Name of the column>=<Value>, for example, with the value being dependent on the column.
テーブルコントロールでは常に、各列が個別に送信されます。つまり、コントロールの名前、列の名前、列の値が送信されることになります。Get メソッドを URL エンコードで使用し、形式<テーブルコントロールの名前>.<列の名前>=<値>で送信します。例えば、列に依存する値を送信できます。(par_id3152933.49)



< Prev / Next >